projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75d19da
)
(xcharset): Fix the treating $arg0.
author
Kenichi Handa
<handa@m17n.org>
Tue, 7 Jul 2009 01:41:07 +0000
(
01:41
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 7 Jul 2009 01:41:07 +0000
(
01:41
+0000)
src/.gdbinit
patch
|
blob
|
history
diff --git
a/src/.gdbinit
b/src/.gdbinit
index fc2ad81702863c2f67743a00e3eb744aa82e0ff7..83314919e2717ebfa18802275a433cb622516c0f 100644
(file)
--- a/
src/.gdbinit
+++ b/
src/.gdbinit
@@
-1009,7
+1009,7
@@
end
define xcharset
set $tmp = (struct Lisp_Hash_Table *) ((Vcharset_hash_table & $valmask) | gdb_data_seg_bits)
set $tmp = (struct Lisp_Vector *) (($tmp->key_and_value & $valmask) | gdb_data_seg_bits)
- p $tmp->contents[$arg0
->hash_index
* 2]
+ p $tmp->contents[$arg0 * 2]
pr
end
document xcharset